home *** CD-ROM | disk | FTP | other *** search
Makefile | 2000-09-28 | 2.7 KB | 77 lines | [TEXT/MPS ] |
- # File: ControlKeyTest.r
- #
- # Description:
- # routines for patching the ADB manager to simulate the control
- # key being held down. This file contains MPW make commands
- # for building the ControlKeyTest application.
- #
- # Author: John Montbriand
- #
- # Copyright:
- # Copyright © 1999 by Apple Computer, Inc.
- # All rights reserved worldwide.
- #
- # Disclaimer:
- # You may incorporate this sample code into your applications without
- # restriction, though the sample code has been provided "AS IS" and the
- # responsibility for its operation is 100% yours. However, what you are
- # not permitted to do is to redistribute the source as "DSC Sample Code"
- # after having made changes. If you're going to re-distribute the source,
- # we require that you make it clear in the source that the code was
- # descended from Apple Sample Code, but that you've made changes.
- #
- # Change History (most recent first):
- # 27/8/99 created by John Montbriand
- #
-
- ControlKeyTest ƒƒ ControlKeyTest.r :obj:ControlKeyPatch.rsrc ControlKeyTest.rsrc ∂
- :obj:ControlKeyPatch.c.68k :obj:ControlKeyTest.c.68k ∂
- :obj:ControlKeyPatch.c.ppc :obj:ControlKeyTest.c.ppc
- Rez -t "APPL" -i "{RIncludes}" -o ControlKeyTest ControlKeyTest.r
-
- ControlKeyTest ƒƒ ControlKeyTest.r :obj:ControlKeyPatch.c.68k :obj:ControlKeyTest.c.68k
- Link -o ControlKeyTest -t "APPL" -sym off ∂
- :obj:ControlKeyPatch.c.68k ∂
- :obj:ControlKeyTest.c.68k ∂
- {Libraries}Interface.o ∂
- {Libraries}MacRuntime.o
-
- :obj:ControlKeyPatch.c.68k ƒ ControlKeyPatch.h ControlKeyPatch.c
- SC ControlKeyPatch.c -o :obj:ControlKeyPatch.c.68k
-
- :obj:ControlKeyTest.c.68k ƒ ControlKeyTest.c ControlKeyPatch.h
- SC ControlKeyTest.c -o :obj:ControlKeyTest.c.68k
-
- ControlKeyTest ƒƒ ControlKeyTest.r :obj:ControlKeyPatch.c.ppc :obj:ControlKeyTest.c.ppc
- PPCLink -t 'APPL' -o ControlKeyTest ∂
- -weak AppearanceLib ∂
- :obj:ControlKeyPatch.c.ppc ∂
- :obj:ControlKeyTest.c.ppc ∂
- {SharedLibraries}AppearanceLib ∂
- {SharedLibraries}InterfaceLib ∂
- {SharedLibraries}StdCLib ∂
- {SharedLibraries}MathLib ∂
- {PPCLibraries}PPCCRuntime.o ∂
- {PPCLibraries}StdCRuntime.o ∂
- {PPCLibraries}PPCToolLibs.o
-
- :obj:ControlKeyPatch.c.ppc ƒ ControlKeyPatch.h ControlKeyPatch.c
- MrC ControlKeyPatch.c -o :obj:ControlKeyPatch.c.ppc
-
- :obj:ControlKeyTest.c.ppc ƒ ControlKeyTest.c ControlKeyPatch.h
- MrC ControlKeyTest.c -o :obj:ControlKeyTest.c.ppc
-
- :obj:ControlKeyPatch.rsrc ƒ :obj:ControlKeyPatch.a.o
- Link -w -rn -o :obj:ControlKeyPatch.rsrc ∂
- -t rsrc -c RSED ∂
- -sg ControlKeyPatch ∂
- -rt PROC=128 ∂
- :obj:ControlKeyPatch.a.o ∂
- {Libraries}MacRuntime.o ∂
- {Libraries}Interface.o ∂
- {CLibraries}StdCLib.o ∂
- {Libraries}IntEnv.o
-
- :obj:ControlKeyPatch.a.o ƒ ControlKeyPatch.a
- Asm -wb ControlKeyPatch.a -o :obj:ControlKeyPatch.a.o
-